home *** CD-ROM | disk | FTP | other *** search
/ Backpacker 2 (Sweden) / BackPacker 2 (Sweden) (Disc 1).7z / BackPacker 2 (Sweden) (Disc 1).bin / pc / instdata / instin05 / 00024.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  229 b   |  8 lines

  1. on exitFrame
  2.   global gNoActiveKontroll
  3.   if (gNoActiveKontroll < the ticks) and (the text of field "cardText" = "No active game") then
  4.     set the text of field "cardText" to "Please choose a game!"
  5.   end if
  6.   go(the frame)
  7. end
  8.